CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - opencv sift

搜索资源列表

  1. SIFT_VC

    0下载:
  2. 这个基于OpenCv的sift算法,很经典,适合初学者拿来学习,本代码能完成图像匹配功能,并有很好的抗噪能力。-This is sift based OpenCv the algorithm, very classic, suitable for beginners used to study the code to complete the image matching functionality, and good noise immunity.
  3. 所属分类:OpenCV

    • 发布日期:2017-11-08
    • 文件大小:11270626
    • 提供者:王浩
  1. ORB_Test

    1下载:
  2. 基于opencv的 orb特征点匹配的算法实例 比sift suft快很多-Opencv orb feature points matching algorithm instance is much faster than sift suft
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2014-03-06
    • 文件大小:56508
    • 提供者:朱本福
  1. sif

    0下载:
  2. 经典的sift算法实现,利用简单的VC2005环境加上Opencv库,实现图像的特征点查找,并显示出图像的异同处-Classic sift algorithm, using simple VC2005 environment and Opencv library, find the feature points of the image, and display the image at the similarities and differences
  3. 所属分类:Dialog_Window

    • 发布日期:2017-11-08
    • 文件大小:1451088
    • 提供者:尤行刚
  1. SIFT_VC

    0下载:
  2. 基于opencv实现的sift算法,实现了对目标特征点的提取-Based opencv realized sift algorithm to achieve the target feature point extraction
  3. 所属分类:Special Effects

    • 发布日期:2017-11-25
    • 文件大小:13373324
    • 提供者:wirelessflying
  1. SiftDemo

    0下载:
  2. 利用opencv编写的sift特征点提取程序,适用于研究此算法-Sift feature point extraction programming using opencv, which is applicable to research this algorithm
  3. 所属分类:OpenCV

    • 发布日期:2017-11-26
    • 文件大小:13553015
    • 提供者:张伟丽
  1. OpenSURF-H

    0下载:
  2. 关键点检测和描述算法,surf算法的opencv的源码,surf算法的性能与sift相当,但速度要远大于sift算法,经过测试可以正常运行-Keypoint detection and descr iption algorithm, algorithm source code at the Surf, surf the performance of the algorithm and sift quite, but the speed is much larger than sift algor
  3. 所属分类:OpenCV

    • 发布日期:2017-11-25
    • 文件大小:6354168
    • 提供者:zhangbin
  1. Gauss-Pyramid-sift_openvc

    0下载:
  2. 用opencv实现了高斯金字塔,得到了图像的sift特征点,并得到了不同高斯尺度下得图形-Gaussian pyramid with opencv obtained image sift feature point, and has been obtained under different graphical Gaussian scale
  3. 所属分类:OpenCV

    • 发布日期:2017-11-06
    • 文件大小:17812905
    • 提供者:chenguifang
  1. OpencvProject

    2下载:
  2. 目前网上用MSER做图像配准的代码资料较少,特上传此代码做学习交流。欢迎业内同仁共同讨论研究,本代码采用opencv自带的mser特征提取方法,并对该特征进行sift椭圆表达,在配准时使用ransac算法进行提纯。因为时间有限,未考虑LM光束法平差约束,日后进行添加。-MSER
  3. 所属分类:OpenCV

    • 发布日期:2014-04-18
    • 文件大小:10695680
    • 提供者:闫硕
  1. FeatureExtract

    0下载:
  2. 基于OPENCV的多种特征提取算法,包括SIFT,SURF,MSER-OPENCV based on a variety of feature extraction algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-11-25
    • 文件大小:523
    • 提供者:zhoudiadia
  1. FraudRecognition

    0下载:
  2. 基于OPENCV的多种特征提取、描述、匹配算法,包括SIFT,SURF,MSER-OPENCV based on a variety of feature extraction algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-12-02
    • 文件大小:3412
    • 提供者:zhoudiadia
  1. FeatureAndObjectRecognition

    0下载:
  2. 利用OpenCV的库,实现基于SIFT的特征检测和匹配,匹配好两个图像的同一物体,并在第二张图像上框出来第一个图像中的物体-Using OpenCV library that implements the SIFT-based feature detection and matching, matching two images of the same object is good, and in the second picture on the box out of the first ob
  3. 所属分类:OpenCV

    • 发布日期:2017-12-02
    • 文件大小:14081794
    • 提供者:wangnan
  1. newsift

    0下载:
  2. newsift 基于opencv的sift算法实现,可以很好地学习sift的过程的-newsift opencv based sift algorithm, can be a good learning process for sift
  3. 所属分类:OpenCV

    • 发布日期:2017-04-04
    • 文件大小:1020109
    • 提供者:long
  1. sift_test

    0下载:
  2. sift图像处理的一个测试的代码,他是用C++写的 用到了opencv中的一些函数-sift image processing as a test of the code, he wrote with C++ uses some of the opencv function
  3. 所属分类:Special Effects

    • 发布日期:2017-05-04
    • 文件大小:1444281
    • 提供者:yang wei
  1. sift_ex3

    0下载:
  2. sift算子在图像匹配与图像拼接三维重建中都有重要地位,这个程序没有使用opencv,原作者很不容易写出来的。在调试中会有少量问题,稍加调试就可调通 -sift operator in image matching and 3D reconstruction image mosaic has an important position, this program does not use opencv, the original author is not easy to write out.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-16
    • 文件大小:4289726
    • 提供者:shexiaoyu
  1. TestSIFTVC6

    0下载:
  2. 用opencv实现的sift的图像特征提取与匹配,有结果显示-Sift based on opencv image feature extraction and matching, according to the results
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:294207
    • 提供者:高幸
  1. SIFT_VC--can-be-directly-used-to-run

    0下载:
  2. SIFT特征匹配算法完整版,可直接运行,已经包含了所有的.h文件,链接了所需的.lib文件,具备所有dll文件,在VS2010上编译通过,生成的EXE文件可以在任何电脑上运行,不需要安装OPENCV和GSL,另外附加了一篇实验论文,可实现基本的特征点查找以及特征点连线。-The full version SIFT feature matching algorithm, can be directly run, already contains all of the. H file the req
  3. 所属分类:Graph Recognize

    • 发布日期:2017-06-12
    • 文件大小:19241984
    • 提供者:蓝天浩
  1. MyContact

    0下载:
  2. android手机通讯源码可以正常运行,包括常规的手机通讯录功能。-。-The android phone end sift match the source code, you need to import opencv library.
  3. 所属分类:JavaScript

    • 发布日期:2017-05-16
    • 文件大小:4216930
    • 提供者:刘轩
  1. sift_openvc

    0下载:
  2. 基于OpenCV的SIFT特征提取及匹配-SIFT feature extraction and matching based on the OpenCV
  3. 所属分类:OpenCV

    • 发布日期:2017-05-27
    • 文件大小:10134306
    • 提供者:周东尧
  1. sift_matching.py

    1下载:
  2. 基于opencv-python的sift算法-sift algorithm on opencv-python
  3. 所属分类:OpenCV

    • 发布日期:2017-03-29
    • 文件大小:1204
    • 提供者:Mengli Xia
  1. SIFT_VC

    0下载:
  2. opencv图像处理中的应用;sift算法的程序段-block sift algorithm opencv image processing applications
  3. 所属分类:OpenCV

    • 发布日期:2017-05-22
    • 文件大小:6957049
    • 提供者:吕孟娇
« 1 2 ... 5 6 7 8 9 1011 12 »
搜珍网 www.dssz.com